ch.randelshofer.quaqua
Class Quaqua13PopupMenuUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PopupMenuUI
javax.swing.plaf.basic.BasicPopupMenuUI
ch.randelshofer.quaqua.Quaqua13PopupMenuUI
- All Implemented Interfaces:
- QuaquaMenuPainterClient
public class Quaqua13PopupMenuUI
- extends javax.swing.plaf.basic.BasicPopupMenuUI
- implements QuaquaMenuPainterClient
Quaqua13PopupMenuUI is used for backwards compatibility with Java 1.3 and
for use when Quaqua does not have permission to access all AWT events.
- Version:
- 1.0 13 February 2005 Created.
- Author:
- Werner Randelshofer
| Fields inherited from class javax.swing.plaf.basic.BasicPopupMenuUI |
popupMenu |
|
Method Summary |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent x)
|
void |
paintBackground(java.awt.Graphics g,
javax.swing.JComponent component,
int menuWidth,
int menuHeight)
|
| Methods inherited from class javax.swing.plaf.basic.BasicPopupMenuUI |
installDefaults, installKeyboardActions, installListeners, installUI, isPopupTrigger, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
| Methods inherited from class javax.swing.plaf.PopupMenuUI |
getPopup |
| Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Quaqua13PopupMenuUI
public Quaqua13PopupMenuUI()
- Creates a new instance.
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
paintBackground
public void paintBackground(java.awt.Graphics g,
javax.swing.JComponent component,
int menuWidth,
int menuHeight)
- Specified by:
paintBackground in interface QuaquaMenuPainterClient